signal('failure,instantiate(nls("instver_too_early1","The version of
the Installer currently running is %%installer_version%%. The installation you
have chosen requires version %%required_version%% or later. Please run version
%%required_version%% or later in order to perform this installation.")));
}
]
if (not(doit) && (version_status == 'reinstall))
doit = TRUE;
if (doit)
{
protocol_prompt = nls("protocol_prompt", "The TCP/IP network protocol is currently not installed on your machine. Oracle TCP/IP Protocol Adapter cannot function without this network protocol. Would you still like to install it?");
protocol_prompt_content = nls("protocol_prompt_content", "TCP/IP Protocol Not Installed");
protocol_prompt_help = nls("protocol_prompt_help", "The TCP/IP network protocol is currently not installed on your machine. Oracle TCP/IP Protocol Adapter cannot function without this network protocol.
The TCP/IP network protocol enables data transfer on Local Area Networks (LANs), Wide Area Networks (WANs), and the Internet.
If you are not familiar with network transport protocols, please contact your network administrator.
YES installs the Oracle TCP/IP Protocol Adapter.
NO does not install the Oracle TCP/IP Protocol Adapter.");
yes_ans = nls("yes_ans","Yes");
no_ans = nls("no_ans","No");
yes_no_list = list(yes_ans, no_ans);
if(not(win32_key_exists("HKEY_LOCAL_MACHINE",
"System\CurrentControlSet\Services\VxD\MSTCP")))
{
ans = single_selection_dialog(protocol_prompt, yes_no_list, no_ans, protocol_prompt_content, protocol_prompt_help);
no_protocol = nls("no_protocol", "Oracle TCP/IP Protocol Adapter not installed.");
tcp22_expl = nls("tcp22_expl", "A %%product_label%% DLL (NTTNT.DLL) is being used on this machine. Please stop all Oracle applications that are using %%product_label%% before installing %%product_label%%.
Silent mode installation of %%product_label%% terminated.");
tcp22_inst = instantiate(nls("tcp22_inst", "A %%product_label%% DLL (NTTNT.DLL) is being used on this machine. Please stop all Oracle applications that are using %%product_label%% before installing %%product_label%%.
Choose OK after you have closed all Oracle applications and want to resume the installation of %%product_label%%.
Choose CANCEL to terminate the installation of %%product_label%%.
tcp22_inst_help = instantiate(nls("tcp22_inst_help", "The Oracle Installer has detected that a %%product_label%% DLL (NTTNT.DLL) is being used on this machine. Please stop all Oracle applications that are using %%product_label%% before installing %%product_label%%.
Choose OK after you have closed all Oracle applications and want to resume the installation of %%product_label%%.
Choose CANCEL to terminate the installation of %%product_label%%.